Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>, and <iterator> git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300648 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/locale b/include/locale index da31a1e..6bce16e 100644 --- a/include/locale +++ b/include/locale 
@@ -3570,7 +3570,7 @@  wstring_convert(_Codecvt* __pcvt, state_type __state);  _LIBCPP_EXPLICIT_AFTER_CXX11 wstring_convert(const byte_string& __byte_err,  const wide_string& __wide_err = wide_string()); -#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES +#ifndef _LIBCPP_CXX03_LANG  _LIBCPP_ALWAYS_INLINE  wstring_convert(wstring_convert&& __wc);  #endif @@ -3629,7 +3629,7 @@  __cvtptr_ = new _Codecvt;  }   -#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES +#ifndef _LIBCPP_CXX03_LANG    template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc>  inline @@ -3643,7 +3643,7 @@  __wc.__cvtptr_ = nullptr;  }   -#endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES +#endif // _LIBCPP_CXX03_LANG    template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc>  wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::~wstring_convert()